home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2007 December
/
PCWKCD1207B.iso
/
Windows marzen
/
Macro ToolsWorks 6.31
/
tworks.exe
/
Samples
/
Tests if clipboard contains text.mcr
< prev
Wrap
Text File
|
2003-06-12
|
359b
|
13 lines
<#>
<#> This sample tests whether clipboard contains some text.
<#>
<cmds>
<var_oper>(vClipboardText,"",GET_TEXT_FROM_CLIPBOARD,"","", "0")
<if_str>("vClipboardText==_vStrEmpty")
<msg>(-100,-100,"There is NO text in clipboard. ","Message",1)
<else>
<msg>(-100,-100,"There is this text in clipboard:
%vClipboardText%","Message",1)
<endif>